projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2bba9cd
)
EUDC: Fix a minor formatting issue
author
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Sun, 6 Sep 2020 01:57:23 +0000
(21:57 -0400)
committer
Thomas Fitzsimmons
<fitzsim@fitzsim.org>
Sun, 6 Sep 2020 01:57:23 +0000
(21:57 -0400)
* lisp/net/eudcb-macos-contacts.el
(eudc-macos-contacts-query-internal): Move result to its own line
to eliminate a lisp-mode warning.
lisp/net/eudcb-macos-contacts.el
patch
|
blob
|
history
diff --git
a/lisp/net/eudcb-macos-contacts.el
b/lisp/net/eudcb-macos-contacts.el
index e2d10e33d49b6c650793d2136ba0a8e188f5d31a..3c0d88fc23fe2c7884b6cb5c2e042a0cc5cc4ae9 100644
(file)
--- a/
lisp/net/eudcb-macos-contacts.el
+++ b/
lisp/net/eudcb-macos-contacts.el
@@
-96,7
+96,8
@@
RETURN-ATTRS is a list of attributes to return, defaulting to
(name (nth 0 args))
(email (nth 1 args)))
(setq result (cons `((name . ,name)
- (email . ,email)) result))))
+ (email . ,email))
+ result))))
(forward-line))
result)))